I have issue with building the app for iPhone. I changed the bundle id, group id and team to my personal account. But when building the app following error occurs:
ld: warning: directory not found for option '-L/Users/redacted/Projects/_redacted/flutter_callkit/example/build/ios/Release-iphoneos/flutter_callkit_voximplant'
ld: library not found for -lflutter_callkit_voximplant
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Do you have any idea what might be the issue?
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.2, on macOS 11.2.2 20D80 darwin-x64, locale pl-PL)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.54.3)
[✓] Connected device (4 available)
• No issues found!
Hi there, thanks for maintaining the library!
I have issue with building the app for iPhone. I changed the bundle id, group id and team to my personal account. But when building the app following error occurs:
Do you have any idea what might be the issue?
flutter doctor