Wes Wickwire

Results 32 comments of Wes Wickwire

Ran into the same issue. Worked if I cloned it and ran it locally. Reinstalling and building from source fixed it for me. ``` brew reinstall --build-from-source mockolo ```

@rnystrom Sorry should elaborated more but having the Example workspace is what’s causing the issue. When Carthage looks for the `MessageViewController` scheme to build it’s taking the one in the...

Carthage will build all shared schemes in a repository. A `MessageViewController` scheme exists in both the CocoaPod generated workspace and the standard project. Workspaces always take precedence over projects so...

Unfortunately this is not possible. If I recall correctly it may be possible to get the type/type info from the mangled name, but not just the name itself.

@edudnyk unfortunately it does not

Potentially. You need to be able to get the type's metadata record from it's name. I do remember seeing a PR go into the compiler that allowed you to get...

Sorry but its just not possible. You can create a struct type from it's mangled name, but not just simply the name.

Possibly with a little bit of work. I can try to get to it some time this week

At first glance, we may just need to make a call to `swift_release` manually for any heap values.