capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
135 stars 58 forks source link

Library not loaded: '@rpath/CapacitorCommunityAppleSignIn.framework/CapacitorCommunityAppleSignIn' #97

Open desulti opened 1 year ago

desulti commented 1 year ago

Capacitor Version Latest Dependencies:

@capacitor/cli: 5.0.5 @capacitor/core: 5.0.5 @capacitor/android: 5.0.5 @capacitor/ios: 5.0.5

Installed Dependencies:

@capacitor/cli: 5.0.4 @capacitor/core: 5.0.4 @capacitor/android: 5.0.4 @capacitor/ios: 5.0.4

[info] Using Gemfile: RubyGems bundle installed [success] iOS looking great! 👌 Affected Platform(s) IOS

Current behavior After running Npx cap open ios, when xcode builds and runs the app it breaks on startup on the physical iphone. The splash screen loads and instantly disappears.

Expected behavior Expected to launch normally with login screen or main screen.

To Reproduce Steps to reproduce the behavior:

  1. ng build
  2. npx cap copy
  3. npx cap sync
  4. npx cap open ios
  5. build and run on iphone in xcode

Other Technical Details npm --version output: 7.15.1

node --version output: v16.15.1

pod --version output (iOS issues only): 1.11.3

I use paid Apple Developer Program to sign on Xcode.