Post

Replies

Boosts

Views

Activity

Reply to AppStoreConnect upload error ITMS-90432 - Unexpected file found in Frameworks
We found the issue. We had inadvertently added a folder called "Configurations" to the target with a json file in it and for some reason Xcode was adding this to the MyApp.app/Frameworks directory in the DerivedData folder as part of the build process. The trick to discovering this was working out where MyApp.app/Frameworks is and looking at what is in it. Look in the Derived Data folder (XCode/Settings/Locations/Derived Data for us:- The derived data folder is /Users/myname/Library/Developer/Xcode/DerivedData/ and looking in there under MyApp name ....... /Users/myname/Library/Developer/Xcode/DerivedData/MyApp-afmktkuorsjstcffmzapfvdxtlqs/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/MyApp.app/Frameworks/Configurations So we removed Configurations and its contents from the target ( the json was not being used) and AppStore Upload is happy again.
Topic: App & System Services SubTopic: General Tags:
Mar ’24
Reply to Upgraded to Xcode 15.0.1 and no longer see NSLog messages
I have found a solution , see this post [https://developer.apple.com/forums/thread/742594] Select the relevant product in the the Scheme dropdown (e.g. "[AppName] Watchkit App", or "[AppName]" for iOS app Select "Edit Scheme..." Select "Run" in list on the left Select "Arguments" tab Click ">" next to "Environment Variables" to show a (probably empty) list. Click "+" In "Name" column, double click the space and enter: IDELogRedirectionPolicy In "Value" column double click the space and enter: oslogToStdio Ensure the checkbox is selected Click Close button. You have to repeat these steps for each iOS, WatchOS product as each has its own Run Scheme. Now NSLogs will print to the Debug Console again.
Dec ’23
Reply to Multipeer Connectivity in iOS 10 (Bluetooth Issues)
We are having this problem again on iOS15 running over Bluetooth. Session connects successfully over Wifi but never gets to connected over Bluetooth. Over bluetooth it gets to connecting state receiving the invite in didReceiveInvitationFromPeer which we handle but then never gets any further and eventually timesout. We are using the apple sample Streaming an AR Experience app ( https://developer.apple.com/documentation/arkit/streaming_an_ar_experience ) Is anyone else able to get this working over Bluetooth on iOS15?
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’22
Reply to Specific IAP products returning empty data - Possible StoreKit issue
We are experiencing the same problem with our Non consumable IAPS for our apps. Since late last night UTC time (16th June pm). We have made no recent change to these Apps. It looks like an Apple Store backend issue. We are using the StoreKit2 apis Subscriptions appear to be ok.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to MKMapView appears red on iOS 18 simulator + Xcode 16
We are experiencing the same problem.
Replies
Boosts
Views
Activity
Nov ’24
Reply to ios 18 Crash
WE too are seeing this problem new on iOS18. Are you releasing the UIAlertController by mistake? e.g. calling:- [alert release]
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to WidgetKit complications won't update
Has there been any update on this? Does it now work?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to AppStoreConnect upload error ITMS-90432 - Unexpected file found in Frameworks
We found the issue. We had inadvertently added a folder called "Configurations" to the target with a json file in it and for some reason Xcode was adding this to the MyApp.app/Frameworks directory in the DerivedData folder as part of the build process. The trick to discovering this was working out where MyApp.app/Frameworks is and looking at what is in it. Look in the Derived Data folder (XCode/Settings/Locations/Derived Data for us:- The derived data folder is /Users/myname/Library/Developer/Xcode/DerivedData/ and looking in there under MyApp name ....... /Users/myname/Library/Developer/Xcode/DerivedData/MyApp-afmktkuorsjstcffmzapfvdxtlqs/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/MyApp.app/Frameworks/Configurations So we removed Configurations and its contents from the target ( the json was not being used) and AppStore Upload is happy again.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Upgraded to Xcode 15.0.1 and no longer see NSLog messages
I have found a solution , see this post [https://developer.apple.com/forums/thread/742594] Select the relevant product in the the Scheme dropdown (e.g. "[AppName] Watchkit App", or "[AppName]" for iOS app Select "Edit Scheme..." Select "Run" in list on the left Select "Arguments" tab Click ">" next to "Environment Variables" to show a (probably empty) list. Click "+" In "Name" column, double click the space and enter: IDELogRedirectionPolicy In "Value" column double click the space and enter: oslogToStdio Ensure the checkbox is selected Click Close button. You have to repeat these steps for each iOS, WatchOS product as each has its own Run Scheme. Now NSLogs will print to the Debug Console again.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Upgraded to Xcode 15.0.1 and no longer see NSLog messages
Same here with trying to run Xcode debug on real device. XCode 15.0.1 , watchOS 10.1.1
Replies
Boosts
Views
Activity
Dec ’23
Reply to ipad pro 6th generation M2 trueHeading and magnetic variation not working correctly
Solved. The magnets in the iPad Magic Keyboard were the problem, they were messing the magnetometer up. Once the iPad was removed from the case all works fine.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to WKInterfaceMap always says "Unknown Location"
Has anyone found a solution to this? Has Apple provided a way of giving a watchkit pin annotation a name?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Multipeer Connectivity in iOS 10 (Bluetooth Issues)
We are having this problem again on iOS15 running over Bluetooth. Session connects successfully over Wifi but never gets to connected over Bluetooth. Over bluetooth it gets to connecting state receiving the invite in didReceiveInvitationFromPeer which we handle but then never gets any further and eventually timesout. We are using the apple sample Streaming an AR Experience app ( https://developer.apple.com/documentation/arkit/streaming_an_ar_experience ) Is anyone else able to get this working over Bluetooth on iOS15?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to iPhone is busy: Making Apple Watch ready for development
Apple, are you listening!!!!!!!!!! please address this, it's extremely frustrating. Just how many times does it need to make my iPhone ready for development?
Replies
Boosts
Views
Activity
May ’22
Reply to MKTileOverlay flickering bug on iOS15 built with xCode 13
Even our apps built with previous versions of Xcode are displaying this problem on iOS15. It appears to occur with MKPolyline rendering.
Replies
Boosts
Views
Activity
Dec ’21