Turns out that quoting the PODS_ROOT definition in the xcconfig file breaks building after all...

This commit is contained in:
Eloy Duran
2011-11-26 15:36:25 +01:00
parent 4963f7285f
commit a5ca2cd005
3 changed files with 11 additions and 4 deletions

View File

@@ -1 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Workspace version="1.0"><FileRef location="group:Pods/Pods.xcodeproj"></FileRef><FileRef location="group:AFNetworking iOS Example.xcodeproj"></FileRef></Workspace>
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:AFNetworking iOS Example.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>