You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run my project with github actions for deployment Dev to Firebase Distribution with Fastlane. its works before i implement the service extension. but after implemented, then i got this error
ld: '/Users/runner/Library/Developer/Xcode/DerivedData/MyProject-eomczmcwtfciykdeynmnyzutqzaq/Build/Intermediates.noindex/ArchiveIntermediates/Dev.MyTarget/BuildProductsPath/Development-iphoneos/OneSignalExtension.framework/OneSignalExtension' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/runner/Library/Developer/Xcode/DerivedData/MyProject-eomczmcwtfciykdeynmnyzutqzaq/Build/Intermediates.noindex/ArchiveIntermediates/Dev.MyTarget/BuildProductsPath/Development-iphoneos/OneSignalExtension.framework/OneSignalExtension' for architecture arm64
i run my project with github actions for deployment Dev to Firebase Distribution with Fastlane. its works before i implement the service extension. but after implemented, then i got this error
the fastlane command
that error ask me to disable bitcode for the target NotificationServiceExtension, but its disabled, and all my targets is disabled too.
Has anyone ever experienced something similar?
The text was updated successfully, but these errors were encountered: