A
A
Anton Ivanov2019-04-22 16:40:16
Apple Xcode
Anton Ivanov, 2019-04-22 16:40:16

Why does xcode store local paths in the framework binary?

Hello.
I created my own framework for iOS.
Made a Release Build. And I decided to look at the binary, which lay along the path FrameworkName.framework/FrameworkName.
In this binary, I found many paths to the framework classes, and the paths were also to the development directory, like

/Users/fly3110/Work/Path/to/Framework/source/another folder/Class.mm
, and to the local Derived Data of the form:
/Users/fly3110/Library/Developer/Xcode/DerivedData/FrameworkName-dcosvypbljqvmuzzphtxljnvokni/Build/Intermediates.noindex/FrameworkName.build/Release-iphoneos/FrameworkName.build/O
bjects-normal/armv7/Class.o

The question is, why does xcode do this and how to avoid it? Thanks :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Ivanov, 2019-04-22
@Fly3110

Thanks to all. It was necessary to turn off Generate Debug Symbols

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question