Hello all ,
I am not able to step over/debug static library
There are 2 projects in my application say Application.xcodeproj and StaticLibrary.xcodeproj having source code of application and staticLibrary respectively.
If methodOfObj is method declared in StaticLibrary.xcodeproj for mystaticLibraryObj as if used as follow in Application.xcodeproj
id output=[myStaticLibraryObj methodOfObj ];
then after coming to this stage ,the Application freeezes forever and I am not able to step over or step into this function.
I dont get any complier or linking error apart from this.
I have added staticLibary.a as dependancy and it will be build along with Application executable.
Surprising there is another copy of staticlibrary and application source code inside one directory in my system for which I am able to do step over and step into operations. So I guess ,these project files are directory sensative.
Now I have to check in the code into depository and use in on some other location os other development system
I am not able to step over/debug static library
There are 2 projects in my application say Application.xcodeproj and StaticLibrary.xcodeproj having source code of application and staticLibrary respectively.
If methodOfObj is method declared in StaticLibrary.xcodeproj for mystaticLibraryObj as if used as follow in Application.xcodeproj
id output=[myStaticLibraryObj methodOfObj ];
then after coming to this stage ,the Application freeezes forever and I am not able to step over or step into this function.
I dont get any complier or linking error apart from this.
I have added staticLibary.a as dependancy and it will be build along with Application executable.
Surprising there is another copy of staticlibrary and application source code inside one directory in my system for which I am able to do step over and step into operations. So I guess ,these project files are directory sensative.
Now I have to check in the code into depository and use in on some other location os other development system