iOS Question How to debug version 2 after release of version 1

John Sparrow

Member
Licensed User
Longtime User
Hi

I want to make some updates to an app I have released. When I make the edits and run in debug mode I get the message "Objects\src\Images.xcassets\AppIcon.appiconset\icon-store-1024.png' already exists." I've tried deleting the Images folder but it gets recreated. How can I build the new version of the same app?

Thanks

John
 

John Sparrow

Member
Licensed User
Longtime User
I can't build B4i-Bridge App because all of the existing app details are 'remembered' presumably from path configurations.

Check dependencies
Provisioning profile "mmcfdev281117" has app ID "com.visualsolve.messagemycoachfriend", which does not match the bundle ID "buildtest.build.bridge".
Code signing is required for product type 'Application' in SDK 'iOS 10.1'
 
Upvote 0
Top