【问题标题】:Live555 framework generation errorLive555 框架生成错误
【发布时间】:2026-01-24 07:30:01
【问题描述】:

我正在尝试为 Live555 库构建框架。
我根据answer of SOhere 获得了库文件,我已经多次尝试根据该答案生成它。它只是给出以下错误:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I.  -DBSD=1 -O2 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fPIC -arch armv7 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -Wall Media.cpp
make[1]: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++: No such file or directory
make[1]: *** [Media.o] Error 1
make: *** [all] Error 2

我用谷歌搜索了这个问题。我得到了一个exact link,另一个用户为此尝试过。目前我的config.iphoneos

以前有人遇到过这个问题吗?请给我一些想法来解决这个问题?

【问题讨论】:

    标签: iphone objective-c ios xcode4.5 live555


    【解决方案1】:

    它告诉你问题是什么。

    看看终端,你在这条路径上真的有g++吗?我愿意。好像没有。

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++

    【讨论】: