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

Troubles locating info plist file #45

Open
chokokatana opened this issue Jan 18, 2023 · 0 comments
Open

Troubles locating info plist file #45

chokokatana opened this issue Jan 18, 2023 · 0 comments

Comments

@chokokatana
Copy link

I believe the problem is spaces. Spaces are bad.

$ onesignal install-sdk --type iOS --entrypoint wallace --lang swift --appid fooBar
/Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/xcodeproj-1.22.0/lib/xcodeproj/plist.rb:17:in `read_from_path': [!] The plist file at path `/Users/gradha/project/geodb/ios/Wallace//$(SRCROOT)/wallace/Support Files/Info.plist` doesn't exist. (Xcodeproj::Informative)

	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/onesignal-cli-1.0.0/lib/osproject_ios.rb:316:in `_add_capabilities_to_main_target'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/onesignal-cli-1.0.0/lib/osproject_ios.rb:42:in `_add_sdk'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/onesignal-cli-1.0.0/lib/osproject_ios.rb:80:in `install_onesignal!'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/onesignal-cli-1.0.0/lib/oscli.rb:56:in `execute'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/clamp-1.3.2/lib/clamp/command.rb:66:in `run'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/clamp-1.3.2/lib/clamp/subcommand/execution.rb:18:in `execute'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/clamp-1.3.2/lib/clamp/command.rb:66:in `run'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/clamp-1.3.2/lib/clamp/command.rb:140:in `run'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/gems/onesignal-cli-1.0.0/bin/onesignal:4:in `<top (required)>'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/bin/onesignal:25:in `load'
	from /Users/gradha/homebrew/Cellar/onesignal-cli/0.0.7/libexec/bin/onesignal:25:in `<main>'
$ ls -l wallace/Support\ Files/Info.plist 
-rw-r--r--  1 gradha  staff  3729 15 Jan 15:14 wallace/Support Files/Info.plist
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

1 participant