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 Äù #25

Closed m5 closed 11 years ago

m5 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'.

MaxGabriel commented 11 years ago

My mistake -- someone else's Github account was logged in on this computer. I created a new issue with my account here https://github.com/CocoaPods/cocoapods.org/issues/26