Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

The Xcode project doesn’t build #36

Closed
aral opened this issue Oct 23, 2012 · 4 comments
Closed

The Xcode project doesn’t build #36

aral opened this issue Oct 23, 2012 · 4 comments

Comments

@aral
Copy link

aral commented Oct 23, 2012

RBLPopover.m: 90:1: @synthesize of 'weak' property is only allowed in ARC or GC mode

Also, a bunch of warnings:

/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file “Debug.xcconfig” couldn’t be opened because there is no such file. (/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/External/libextobjc/Configuration/Base/Configurations/Debug.xcconfig)
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file "Release.xcconfig" couldn’t be opened because its path couldn't be resolved. It may be missing.
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file "Profile.xcconfig" couldn’t be opened because its path couldn't be resolved. It may be missing.
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file “Mac-Framework.xcconfig” couldn’t be opened because there is no such file. (/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/External/libextobjc/Configuration/Mac OS X/Mac-Framework.xcconfig)
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file "Mac-Framework.xcconfig" couldn’t be opened because its path couldn't be resolved. It may be missing.
The file “Debug.xcconfig” couldn’t be opened because there is no such file. (/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/External/libextobjc/Configuration/Base/Configurations/Debug.xcconfig)
The file “Mac-Framework.xcconfig” couldn’t be opened because there is no such file. (/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/External/libextobjc/Configuration/Mac OS X/Mac-Framework.xcconfig)
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file “Mac-Application.xcconfig” couldn’t be opened because there is no such file. (/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/External/libextobjc/Configuration/Mac OS X/Mac-Application.xcconfig)
/Users/aral/Dropbox/Projects/Fragments/lab/Rebel/Rebel.xcodeproj The file "Mac-Application.xcconfig" couldn’t be opened because its path couldn't be resolved. It may be missing.

hth + can’t wait to play with it :)

@jspahrsummers
Copy link
Contributor

Did you make sure to run git submodule update --init --recursive after cloning? Note that Xcode might have to be reopened for it to pick up the xcconfig files.

@aral
Copy link
Author

aral commented Oct 24, 2012

I should have RTFM, thanks :) Didn’t realise there were submodules.

Aral

Aral Balkan
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Tuesday, 23 October 2012 at 22:02, Justin Spahr-Summers wrote:

Did you make sure to run git submodule update --init --recursive after cloning? Note that Xcode might have to be reopened for it to pick up the xcconfig files.


Reply to this email directly or view it on GitHub (#36 (comment)).

@faceleg
Copy link

faceleg commented Oct 24, 2012

I have done this many times. 👍

@aral aral closed this as completed Oct 24, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@aral @jspahrsummers @faceleg and others