CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Cocoapods replacing curly-quotation marks with Äù #26

Closed MaxGabriel closed 11 years ago

MaxGabriel commented 11 years ago

After running pod install I noticed that ” was replaced with Äù in my Project Settings (.pbxproj) file.

Screen Shot 2013-01-09 at 11 01 20 AM

This didn't seem to cause any problems (the app ran fine either way), but it seemed like a bug.

I was able to repro this on my laptop as well. Both machines were running Cocoapods 0.16.0

Output of 'ruby -v' on the desktop: ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0] Output of 'ruby -v' on the laptop: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin12.2.1]

Perhaps related, but I received the following three warnings when running pod install: [!] The target Heyzap [Debug - Release - Distribution]' overrides theHEADER_SEARCH_PATHS' build setting defined in `Pods/Pods.xcconfig'.

[!] The target Heyzap [Debug - Release - Distribution]' overrides theOTHER_LDFLAGS' build setting defined in `Pods/Pods.xcconfig'.

[!] The target Heyzap [Debug - Release - Distribution]' overrides theALWAYS_SEARCH_USER_PATHS' build setting defined in `Pods/Pods.xcconfig'.

(If anyone could better explain the warnings to me, that would be appreciated. I'm not sure how to use the $(inherited) flag)

floere commented 11 years ago

Thanks, @MaxGabriel – please open an issue under https://github.com/CocoaPods/CocoaPods/issues :) (This is just the website project)

MaxGabriel commented 11 years ago

Woops! Created an issue for actual CocoaPods here: https://github.com/CocoaPods/CocoaPods/issues/730

floere commented 11 years ago

Thanks!