XCODE 9.1
5opr4ni opened this issue · 5 comments
5opr4ni commented
Hi
Having some issues with the main workspace in Xcode 9.1
The frameworks won't build out of that.
Did work in 9.0
/olle
5opr4ni commented
Your workspace file is like this.
<Group location = "group:Framework" name = "Framework"> <FileRef location = "group:/Users/devin/Dropbox/Devin/Code/Xcode/SwiftOSC/Framework/macOS/macOS.xcodeproj"> </FileRef> <FileRef location = "group:/Users/devin/Dropbox/Devin/Code/Xcode/SwiftOSC/Framework/iOS/iOS.xcodeproj"> </FileRef> </Group>
devinroth commented
That bizarre. Let me see what I can do.
… On Nov 12, 2017, at 1:10 AM, Olle Soprani ***@***.***> wrote:
<Group location = "group:Framework" name = "Framework"> <FileRef location = "group:/Users/devin/Dropbox/Devin/Code/Xcode/SwiftOSC/Framework/macOS/macOS.xcodeproj"> </FileRef> <FileRef location = "group:/Users/devin/Dropbox/Devin/Code/Xcode/SwiftOSC/Framework/iOS/iOS.xcodeproj"> </FileRef> </Group>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#14 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AMaIEXeP8OnsVo9mdzb1b_bWTaUf3Wi-ks5s1rXxgaJpZM4Qaz45>.
5opr4ni commented
Hi, grate project btw.
There is two issues here, frameworks don't show up as build targets in the workspace, and the workspace has hardcoded paths.
/olle
devinroth commented
The two issues were related.
Try now.
… On Nov 12, 2017, at 1:20 AM, Olle Soprani ***@***.***> wrote:
Hi, grate project btw.
There is two issues here, frameworks don't show up as build targets in the workspace, and the workspace has hardcoded paths.
/olle
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#14 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AMaIEfMikDo7Y00-TRxotmXFVW_S9e9Qks5s1rhpgaJpZM4Qaz45>.
5opr4ni commented
Grate!