Posts

Post marked as solved
22 Replies
15k Views
I am ready to upload my app from Xcode to App Store Connect. I am using Xcode 11.50 to archive my application. Yesterday, I used Xcode 12 Beta to upload the app, which worked fine at first, but noticed that App Store Connect is not accepting binaries from Xcode 12 Beta. I used Xcode 11.50 today and I keep getting this error while validating my app: Provisioning profile failed qualification: Profile doesn't include the com.apple.application-identifier and com.apple.developer.aps-enviornment entitlements. Provisioning profile failed qualification: Profile doesn't include the com.apple.application-identifier entitlement. What exactly do these errors mean? How can I fix them?
Posted Last updated
.
Post not yet marked as solved
6 Replies
66k Views
I am ready to submit my app for beta testing. I uploaded the build to App Store Connect, however, I'm unsure about providing a Missing Complance. I use Firebase for Phone Authentication, Crashlytics, and Cloud Firestore in my app. Does that use HTTPS or SSL encryption that I should "Yes" to that question. Or should I say "No" to that question?Thank you.
Posted Last updated
.
Post not yet marked as solved
4 Replies
6.5k Views
I have just downloaded Xcode 11.4 and noticed that I am unable to change the title text color for my UINavigationBar in the storyboard. I tried to change it within the code as so:navigationController?.navigationBar.titleTextAttributes = [ NSAttributedString.Key.foregroundColor : UIColor.white ]However, this line of code was unable to change the color. Why has this suddenly occurred in Xcode 11.4? Is this a known issue? How can I work around it?
Posted Last updated
.
Post marked as solved
3 Replies
832 Views
I have set up a share extension in my app and I have successfully enabled app groups. The share extension grabs the URL of a webpage. I would like that URL to be passed back to my app to be upload to Google Cloud Firestore and I want to use delegates to notify my main app when the share extension has grabbed a URL. How can I use delegate methods within the app group?
Posted Last updated
.
Post not yet marked as solved
3 Replies
1.1k Views
I want my user to be able to use my app with Siri Shortcuts to improve their automation workflow. My app lets users invite people to parties, and the Siri Shortcut I am creating let's users select a party and enter the guest's details to invite them. I would like the user to be able to tap Party and get displayed with a list of parties they have created in my app. Similar to how Contacts works in the Siri Shortcuts app. With the Select Contacts Shortcut, the user is able to tap Contact and get displayed a list of all of their contacts.How can I do this in my app?
Posted Last updated
.
Post not yet marked as solved
3 Replies
6.7k Views
I was having trouble with Xcode and it was telling me that multiple versions of derived data were being produced and I could not build the project. I started to mess around with some build settings and finally got the issue fixed and the project built. However, now when I run the project on my iPhone, my app icon does not appear and the app crashed immediately with the error: Could not find a storyboard named 'Main' in bundle NSBundleI realized that something was wrong with my project. Something looks different on the sidebar now, and when I click on my actual Xcode project, it does not show me the general information like normal.Instead, it shows me the general information in under the Target "Hostend" instead of the project like it usually would. Also, my Assets.xcassets, my Main.storyboard, and any of my other files don't have the Target Membership checkbox checked for my target, and I cannot enable it because it is grayed out.What is happening with my project and how can I fix this? I'm really stuck and I need help. This is extremely urgent as my app completely crashes at launch now.EDIT:Actually, good news and bad news.I was able to resolve the issue. Turns out I had accidentally deleted the Copy Bundle Resources build phase. To restore this phase, I clicked on my project in the Project Navigation, clicked on the Build Phases tab, and then I clicked the + button and clicked the New Copy Bundle Resources Phase button. I then added in all of my bundle resources. That's the good news.Bad news, I have a new error. Now the compiler says:Build system informationerror: Cycle inside Hostend; building could produce unreliable results. This can usually be resolved by moving the app extension embedding build phase to the end of the list.Cycle details:→ Target 'Hostend': LinkStoryboards○ Target 'Hostend' has compile command with input '/System/Volumes/Data/Users/michaelderiso/Desktop/Developer/Hostend/Hostend/LaunchScreen.storyboard'○ Target 'Hostend': ValidateEmbeddedBinary /Users/michaelderiso/Library/Developer/Xcode/DerivedData/Hostend-gjaxiqkofklirhbihjmyftldzdvr/Build/Products/Debug-iphoneos/Hostend.app/PlugIns/GiftRegistryShareExtension.appex○ Target 'Hostend' has process command with output '/Users/michaelderiso/Library/Developer/Xcode/DerivedData/Hostend-gjaxiqkofklirhbihjmyftldzdvr/Build/Products/Debug-iphoneos/Hostend.app/Info.plist'○ Target 'Hostend' has compile command with input '/System/Volumes/Data/Users/michaelderiso/Desktop/Developer/Hostend/Hostend/LaunchScreen.storyboard'What does this mean?ANOTHER EDIT:I fixed the issue. It literally told me what to do and I did not read it through.
Posted Last updated
.