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

Onesignal/Onesignal.h file not found #823

Closed
martrix78 opened this issue Nov 16, 2022 · 6 comments
Closed

Onesignal/Onesignal.h file not found #823

martrix78 opened this issue Nov 16, 2022 · 6 comments

Comments

@martrix78
Copy link

martrix78 commented Nov 16, 2022

Description:
Error when building app. I removed the platform/pod and re-added

Environment
onesignal-cordova-plugin: 3.2.0
Xcode: Version 13.2.1 (13C100),
OS: macOS 11.6
Cordova Platforms : ios 5.1.1
Ionic Framework : @ionic/angular 5.6.5

Steps to Reproduce Issue:

1.run build on Xcode

@sonicwong
Copy link

try to use only english letter (and without space) in widget.name inside config.xml

@anatoly-spb
Copy link

anatoly-spb commented Mar 3, 2023

try to use only english letter (and without space) in widget.name inside config.xml

It must work with any characters, not latin1 only. Here is the same bug apache/cordova-ios#1289

@sonicwong
Copy link

try to use only english letter (and without space) in widget.name inside config.xml

It must work with any characters, not latin1 only. Here is the same bug apache/cordova-ios#1289

You can create a new blank project with chinese project name to test.

@anatoly-spb
Copy link

anatoly-spb commented Mar 3, 2023

try to use only english letter (and without space) in widget.name inside config.xml

It must work with any characters, not latin1 only. Here is the same bug apache/cordova-ios#1289

You can create a new blank project with chinese project name to test.

I have already simple test project https://github.com/anatoly-spb/cordova-hello . To see error it is enough to change name in config.xml to "Тестовый проект" and build project with

1. install nodejs 16.19.0 with npm 8.19.3, [email protected]
2. install cocoapods 1.11.3
3. git clone https://github.com/anatoly-spb/cordova-hello.git
4. cd cordova-hello
5. npm install
6. cordova platforms add [email protected]
7. cordova build ios:
Onesignal/Onesignal.h file not found

@jennantilla
Copy link
Contributor

Hi @martrix78 just checking in on this. Were the previous responses helpful in resolving your issue?

@jennantilla
Copy link
Contributor

Closing due to no response.

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

4 participants