xcode10.1

Missing architecture. Apps built with Watch OS 5.0 and later SDKs must contain additional architectures

£可爱£侵袭症+ 提交于 2019-12-06 07:08:28
ERROR ITMS-90733 The WatchApp target is using “armv7k” under valid architectures; and the WatchApp Extension is using both “armv7k” and “i386” under valid architectures. When I build and try to deploy and build to the AppStoreConnect, I get the error message attached in this post. I tried several combinations of arm64_32, armv7, and armv64 but no luck! Any help is much appreciated. Thank you. try add arm64_32 architecture in your watch extension build setting, not watch . I solved the issue by switching the Build System setting from Legacy to "New Build System". You can find it by clicking

Xcode 10 Failing to download provisioning profiles

允我心安 提交于 2019-12-01 04:43:31
Xcode can't download provisioning profiles, I m getting the error: Error Downloading Profiles Xcode encountered a problem downloading profiles for team XXX with account xxxxx@xx.com The error detail: Error Domain=IDEProvisioningPortalErrorDomain Code=3 \"Communication with Apple failed\" UserInfo={NSLocalizedDescription=Communication with Apple failed, NSLocalizedRecoverySuggestion=An unexpected error occurred. Profile download succeeded but there wasn't any profile data in the payload.} I tried to restart Xcode, Mac but it's not working! I also tried to remove my account and add it again I

Xcode 10 Failing to download provisioning profiles

烂漫一生 提交于 2019-12-01 01:19:01
问题 Xcode can't download provisioning profiles, I m getting the error: Error Downloading Profiles Xcode encountered a problem downloading profiles for team XXX with account xxxxx@xx.com The error detail: Error Domain=IDEProvisioningPortalErrorDomain Code=3 \"Communication with Apple failed\" UserInfo={NSLocalizedDescription=Communication with Apple failed, NSLocalizedRecoverySuggestion=An unexpected error occurred. Profile download succeeded but there wasn't any profile data in the payload.} I

Xcode keeps showing:-1: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2.Any solution?

◇◆丶佛笑我妖孽 提交于 2019-11-27 12:47:47
问题 When I install facebook SDK pods into my ios project, It says ":-1: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'FacebookCore')" I am using swift 4.2 any solution? 回答1: Change the podfile swift version like for any pod if you are getting this error like Select pods of your project After then you follow the steps as described in the image and change the swift version for the pod 回答2: I am currently using Xcode 10.1. The "Targets" section is in another