You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4B09CA017A30EFBECEC44EEE8783E547 /* Pods-Тестовый проект Ionic6 */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Тестовый проект Ionic6"; path = Pods__________________Ionic6.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Could path = Pods__________________Ionic6.framework be a problem?
Thank you for any help!
BR,
Anatoly
The text was updated successfully, but these errors were encountered:
anatoly-spb
changed the title
cordova-ios 6.2.0: onesignal-cordova-plugin #import <OneSignal/OneSignal.h>file not found
cordova-ios 6.2.0: [email protected] #import <OneSignal/OneSignal.h>file not found
Feb 21, 2023
anatoly-spb
changed the title
cordova-ios 6.2.0: [email protected] #import <OneSignal/OneSignal.h>file not found
cordova-ios 6.2.0: [email protected] #import <OneSignal/OneSignal.h>file not found when name contains non-latin1 symbols
Feb 21, 2023
Thank you for the great tool such as Cordova!
I have Ionic6 project powered by Cordova (https://github.com/anatoly-spb/ionic6-hello) and get #import <OneSignal/OneSignal.h>file not found during build.
My ionic info:
I have found the cause of this problem. This is non latin1 symbols in name in the config.xml:
https://github.com/anatoly-spb/ionic6-hello/blob/main/config.xml#L3
Steps to reproduce the problem:
If we look into the platforms/ios/Pods/Pods.xcodeproj/project.pdxproj generated file:
There is:
Could path = Pods__________________Ionic6.framework be a problem?
Thank you for any help!
BR,
Anatoly
The text was updated successfully, but these errors were encountered: