Post

Replies

Boosts

Views

Activity

Reply to xcframework does not contain internal frameworks
As mentioned earlier, you made a typo # Archive for device xcodebuild archive -scheme TestFramework -destination="iOS" -archivePath /tmp/xcf/ios.xcarchive -derivedDataPath /tmp/iphoneos -sdk iphoneos SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES # Archive for simulator xcodebuild archive -scheme TestFramework -destination="iOS Simulator" -archivePath /tmp/xcf/iossimulator.xcarchive -derivedDataPath /tmp/iphoneos -sdk iphonesimulator SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES You should use BUILD_LIBRARY_FOR_DISTRIBUTION instead of BUILD_LIBRARIES_FOR_DISTRIBUTION. Library Evolution in Swift https://xcodebuildsettings.com/#build_library_for_distribution
Aug ’22
Reply to tvOS app started crashing with 17.2, could not load NIB in bundle
I have the same issue.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to xcframework does not contain internal frameworks
As mentioned earlier, you made a typo # Archive for device xcodebuild archive -scheme TestFramework -destination="iOS" -archivePath /tmp/xcf/ios.xcarchive -derivedDataPath /tmp/iphoneos -sdk iphoneos SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES # Archive for simulator xcodebuild archive -scheme TestFramework -destination="iOS Simulator" -archivePath /tmp/xcf/iossimulator.xcarchive -derivedDataPath /tmp/iphoneos -sdk iphonesimulator SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES You should use BUILD_LIBRARY_FOR_DISTRIBUTION instead of BUILD_LIBRARIES_FOR_DISTRIBUTION. Library Evolution in Swift https://xcodebuildsettings.com/#build_library_for_distribution
Replies
Boosts
Views
Activity
Aug ’22
Reply to Unable to detect the EXT-X-DATERANGE:ID with DURATION tag in HLS on AVPlayer
Your first example #EXT-X-DATERANGE:ID="aba74c45-e963-45bf-8171-1f910c33f64a",DURATION=32.44 does not contain START-DATE. This attribute is REQUIRED. https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.2.7
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Unable to authenticate with App Store connect
Restarting Xcode worked for me too!
Replies
Boosts
Views
Activity
Mar ’22
Reply to App stuck in review for a week+
I have the same issue in 2022. Sounds like a poem, eh? The app has been "In Review" status since March 2, 2022. The app store support service did not much help. All you can get is what you are already known about: your app is "In Review". But, wait a minute... Please feel free to reply if you have any other questions!
Replies
Boosts
Views
Activity
Mar ’22