kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

.m file can be seen by 3rd party which including my embedded framework project. #126

Open ramgreenberg opened 10 years ago

ramgreenberg commented 10 years ago

In case a breakpoint is added in the external project and the stack trace go through one of the embedded framework classes, Xcode reveals its .m file to the user

Is there a way to prevent it?

darthpelo commented 10 years ago

Both with the libraries that with the framework is not possible to avoid this in Xcode (this's a problem that I have found many times).

lwsitachi commented 9 years ago

@ramgreenberg I have met the same problem as yours.Did you solve it at last?And is it a problem that no matter creating static library or static framework would all occurs?

lwsitachi commented 9 years ago

@darthpelo how does this problem happen? Is it relate to "iOS-Universal-Framework"?

darthpelo commented 9 years ago

@lwsitachi no it's a "limitation" of Xcode. Sincerely I don't know if with Xcode 6 and the return of Framework Template for iOS, this issue is solved.

lwsitachi commented 9 years ago

@darthpelo ok,thanks!!!