-
Notifications
You must be signed in to change notification settings - Fork 988
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
Pod error on app with scandinavian chacters in the name #1150
Comments
Probably same as: havesource/cordova-plugin-push#95 |
We are also experiencing this. |
@TripShade , we worked around this issue the following way:
Edit: Added step, I forgot previously |
Thx I'll give this a go 😃 |
@TripShade : I added a step i forgot to mention initially |
@meidlinga Works great thx again! |
@meidlinga Worked for me as well! Great job! Thanks! |
Bug Report
Problem
Using @havesource/cordova-plugin-push 2.0.0 in an app with a special character in the name (like æ ø å)results in a linker error. Pods install fine, but Xcode shows a build error: ld: framework not found Pods_Special_L_ringsportal (Project name is Special Læringsportal). All pods are in the correct places, and named correctly in the filesystem
What is expected to happen?
App would build, as it does without adding the @havesource plugin
What does actually happen?
Xcode shows a build error: ld: framework not found Pods_Special_L_ringsportal
Environment, Platform, Device
MacOS: Catalina 10.15.4
Xcode: 12.4
Cordova-ios: 6.2.0 (tried 6.1.0 and 6.0.0 withg same result)
Checklist
The text was updated successfully, but these errors were encountered: