Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable bitcode but its Disabled #72

Closed
adeds opened this issue Oct 13, 2023 · 1 comment
Closed

Disable bitcode but its Disabled #72

adeds opened this issue Oct 13, 2023 · 1 comment

Comments

@adeds
Copy link

adeds commented Oct 13, 2023

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

the fastlane command

gym(
      export_method: export_method,
      scheme: scheme,
      output_name: scheme,
      destination: "generic/platform=iOS",
      xcargs: "-allowProvisioningUpdates"
    )

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?

@adeds
Copy link
Author

adeds commented Oct 16, 2023

set to YES, then set to NO make it new variable with NO value

@adeds adeds closed this as completed Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant