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

[Bug]: There is no XCFramework found.... when migrating to v5 in Angular capacitor app #923

Closed
2 of 3 tasks
swebSi opened this issue Sep 27, 2023 · 0 comments
Closed
2 of 3 tasks

Comments

@swebSi
Copy link

swebSi commented Sep 27, 2023

What happened?

Updating to the latest version results in failed builds with

There is no XCFramework found at '/Users/....ios/App/Pods/OneSignalXCFramework/iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework'

Steps to reproduce?

- Update oneSignal to v5.0.0
- Updated pod file with 
`target 'OneSignalNotificationServiceExtension' do
  use_frameworks!
  pod 'OneSignalXCFramework', '>= 5.0', '< 6.0'
end`
- pod install --repo-update
- cap copy & cap sync
- Build failed

What did you expect to happen?

I expected the app build succesfuly

OneSignal Cordova SDK version

Release 5.0.0

Which platform(s) are affected?

  • iOS
  • Android

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@swebSi swebSi changed the title [Bug]: XCFramework found at.... when migrating to v5 in Angular capacitor app [Bug]: There is no XCFramework found.... when migrating to v5 in Angular capacitor app Sep 27, 2023
@swebSi swebSi closed this as completed Oct 10, 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